Documents for PDF, .NET Edition Documentation
Item Property (StructList<T>)

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Common Namespace > StructList<T> Class : Item Property
Gets a reference to the struct at the specified index.
Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal index As System.Integer _
) As T
public T this[ 
   System.int index
]; {get;}

Parameters

index
See Also

Reference

StructList<T> Class
StructList<T> Members